Change the interface between XendRoot.get_network_script and Vifctl so that a
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sun, 30 Oct 2005 12:48:34 +0000 (13:48 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sun, 30 Oct 2005 12:48:34 +0000 (13:48 +0100)
commit77e1fe3493cd6b4ff21c02a3bbb1543e1d09a589
tree5f2dee77ce3c7a21de918f912243ac12209e01ba
parentd2e3b493ab6a07e0ca1c523b859158f076673fd9
Change the interface between XendRoot.get_network_script and Vifctl so that a
list is passed rather than a single string.  This expands the config-file
interface so that parameters may be passed to the network scripts from the
config file.

Fix XendRoot._logError (missing asterisk before args parameter).

In XendRoot, allow an empty configuration file.  This makes it easier to unit
test code reliant on XendRoot.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/Vifctl.py
tools/python/xen/xend/XendRoot.py